Variables Constructors
An object defining constructors for the Variables class.
BaseIndexer(dictionaryName, dictionary)
Initializes a new instance of the BaseIndexer<TKey, TValue> class with a specified dictionary name and dictionary.
Parameters:
dictionaryName (required): string
The name of the dictionary.
dictionary (required): Dictionary<TKey, TValue>
The dictionary to be wrapped by the indexer.
Variables(dictionary)
Initializes a new instance of the Variables class with a specified dictionary of variables.
Parameters:
dictionary (required): Dictionary<string, object>
The dictionary containing variables indexed by string keys.